This repository was archived by the owner on Mar 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 347
Add container logging support. #56
Merged
Random-Liu
merged 2 commits into
containerd:master
from
Random-Liu:add-container-logging
Jun 2, 2017
Merged
Add container logging support. #56
Random-Liu
merged 2 commits into
containerd:master
from
Random-Liu:add-container-logging
Jun 2, 2017
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Author
|
With this PR, we could pass more CRI validation test now: Most failures are expected, I'll add One weird thing is that network is not working. @xlgao-zju |
Member
Author
|
@xlgao-zju OK. It's working. The host network and host port is not working. Host port not working is expected, but host network should work. Will take a look. |
3163c02 to
99c82a0
Compare
Member
Author
|
Fixed the code, and |
99c82a0 to
c6041d5
Compare
c6041d5 to
c3a55e7
Compare
mikebrow
approved these changes
Jun 2, 2017
Member
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM just rebase to fix conflict...
42 tasks
Member
Author
|
Will rebase and merge this PR. But we should be aware of that after switching to the new containerd client:
|
Signed-off-by: Lantao Liu <[email protected]>
Signed-off-by: Lantao Liu <[email protected]>
c3a55e7 to
69fcf97
Compare
lanchongyizu
pushed a commit
to lanchongyizu/cri-containerd
that referenced
this pull request
Sep 3, 2017
Add container logging support.
dcantah
pushed a commit
to dcantah/cri
that referenced
this pull request
Apr 17, 2020
GPU Assigned Device Support
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on #53, #52 and #48. Only the last 2 commits are new.
This PR added container logging support.